home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000017_news@columbia.edu _Tue Aug 3 14:16:26 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA08402
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 3 Aug 1999 14:16:26 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA05103
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 3 Aug 1999 13:48:53 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: 'send' doesn't work.
  11. Date: 3 Aug 1999 17:48:51 GMT
  12. Organization: Columbia University
  13. Message-ID: <7o7a23$4vc$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <37a7282a.0@news.cadvision.com>, B.Won <wonb@digiflex.ca> wrote:
  17. : Frank da Cruz wrote in message <7nsndv$ncc@watsun.cc.columbia.edu>...
  18. : >In article <37a1dc7e.0@news.cadvision.com>, B.Won <wonb@digiflex.ca> wrote:
  19. : >: I am trying to transmit a file between 2 alpha VMS environment.  The
  20. : >: connection go thru a terminal server.
  21. : >:
  22. : >: From the host side, to connect I type in the following:
  23. : >: $ kermit
  24. : >:
  25. : >Is it C-Kermit?  Which version?  See:
  26. : >
  27. : >  http://www.columbia.edu/kermit/ckermit.html
  28. : >
  29. : >for current version info.
  30. : ==>Kermit version at both ends are the same, C-kermit 6.0.192
  31. : >: set line tta0
  32. : >: connect
  33. : >:  at
  34. : >:  atdt######
  35. : >: (connects to remote terminal server, logs into remote/client alpha)
  36. : >:
  37. : >: at  the remote alpha, I entered the following:
  38. : >: $ mc kermit
  39. : >:
  40. : >Which Kermit program and version is this one?
  41. : >
  42. : >: server
  43. : >:  (message comes up to switch to host mode to transmit, etc...)
  44. : >:  (I entered the control combination keystrokes to switch to host)
  45. : >:
  46. : >: at host kermit, I issue a 'send' command for a text file and nothing
  47. : >: happens...
  48. : >:
  49. : >So you escaped back and have the originating Kermit's prompt.  Did
  50. : >you give a "receive" command?
  51. :
  52. : ==> after I type in 'send abc.txt' at the originating Kermit, I never go the
  53. : prompt back...
  54. Then that's why nothing happens.  Follow the instructions for how to transfer
  55. files in the manual.  Very briefly, after you have given the SEND command to
  56. the remote Kermit program, type Ctrl-\ (hold down the Ctrl key and press the
  57. backslash key), then the letter C.  Now you have the local Kermit's prompt.
  58. Now type "receive" and then press the Enter key.
  59.  
  60. : >See:
  61. : >
  62. : >  http://www.columbia.edu/kermit/manuals.html
  63. : >
  64. : >To found out how to get documentation.
  65.  
  66. - Frank